home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / text / edit / vim60rt.lha / Vim / vim60 / syntax / groff.vim < prev    next >
Encoding:
Text File  |  2001-04-24  |  262 b   |  10 lines

  1. " VIM syntax file
  2. " Language:    groff
  3. " Maintainer:    Jérôme Plût <Jerome.Plut@ens.fr>
  4. " URL:        http://www.eleves.ens.fr:8080/home/plut/nroff.vim
  5. " Last Change:    2001 Apr 24
  6.  
  7. " This uses the nroff.vim syntax file.
  8. let b:main_syntax = "nroff"
  9. runtime! syntax/nroff.vim
  10.